
.text-2{
	
	display:-webkit-box;
overflow:hidden;
text-overflow:ellipsis;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;

	}



a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #2196f3;
    color: #fff;
    padding: 11px 18px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-top: 30px;
}

.job{
	margin-bottom: 10px;
}

.job .img {
	text-align: center;
}

.job .img img{
	width: 250px;
}

.desc{
	min-height: 600px;
}



.fabu{
	text-align: center;
	border: 1px solid #C0C0C0;
	padding: 2%;
}

.fabu img{
	height: 200px;
	margin-bottom: 30px;
	}
	

.fabu h3{
	font-size: 28px;
	line-height: 40px;
}

.fabu p{
	font-size: 20px;
	line-height: 36px;
	color: red;
}


.fabu a{
	font-size: 14px;
    letter-spacing: 1px;
    background: #2196f3;
    color: #fff;
    padding: 11px 18px;
}
	
	
}


